A <HeaderTemplate> element has defined <Positions>. Positions are crucial to the effectiveness of the well test process.
To learn about how these elements relate to other elements in a well test configuration XML structure, see Well Test Hierarchy.
Example
|
<HeaderTemplates> <HeaderTemplate> <Positions>
<Position number="1" name="Position 1"> <Commands> <Command …> <Actions> … </Actions> </Command> </Commands> </Position>
<Position number="2" name="Position 2"> … </Position>
<Position number="3" name="Position 3"> … </Position>
<Position number="4" name="Position 4"> … </Position>
</Positions> </HeaderTemplate> </HeaderTemplates> |
The <Positions> element has one type of child element, <Position>, and has no attributes.
Each <Positions> element contains a list of <Position> element associated with the header.
The <Position> element has the following properties:
| Property | Description |
|---|---|
|
Case Sensitive |
Yes |
|
Required |
Yes |
|
Number of Instances Allowed |
Unlimited |
|
Parent Element |
<Positions> |
|
Child Elements |
<Commands> |
|
Attributes |
name number |
A <Position> element has the following attributes:
| Attribute | Required | Description |
|---|---|---|
|
name |
Yes |
Specifies the nice name of the position. Values include: Position 1, Position 2, …, Position n. |
|
number |
Yes |
Specifies the number of the position. This is referenced in the Well configuration. Values include 1, 2, 3, …, n. |